crypto/tls.echClientContext.innerTranscript (field)
12 uses
crypto/tls (current package)
handshake_client.go#L246: innerTranscript hash.Hash
handshake_client_tls13.go#L73: hs.echContext.innerTranscript = hs.suite.hash.New()
handshake_client_tls13.go#L74: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L89: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L103: hs.transcript = hs.echContext.innerTranscript
handshake_client_tls13.go#L252: chHash = hs.echContext.innerTranscript.Sum(nil)
handshake_client_tls13.go#L253: hs.echContext.innerTranscript.Reset()
handshake_client_tls13.go#L254: hs.echContext.innerTranscript.Write([]byte{typeMessageHash, 0, 0, uint8(len(chHash))})
handshake_client_tls13.go#L255: hs.echContext.innerTranscript.Write(chHash)
handshake_client_tls13.go#L263: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L283: if err := transcriptMsg(hs.serverHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L380: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)